const regexp/syntax.maxHeight

3 uses

	regexp/syntax (current package)
		parse.go#L91: const maxHeight = 1000
		parse.go#L126: 	if p.numRegexp < maxHeight {
		parse.go#L135: 	if p.calcHeight(re, true) > maxHeight {